home *** CD-ROM | disk | FTP | other *** search
/ Video Toaster 4.2 / Video Toaster v4.2.iso / arexx / toasterpaint / makestill.rexx < prev    next >
OS/2 REXX Batch file  |  1995-12-22  |  383b  |  20 lines

  1. /* MakeStill.rexx -- Make a FlyerStill */
  2. /* By Bob Caron © 1995 NewTek Inc.     */
  3. /* This took HOURS to code... Sigh.    */
  4.  
  5. parse arg InClipName","OutClipName","StartFrame","EndFrame
  6.  
  7.  Address "DigiPaint"
  8.  options results
  9.  
  10. if InClipName="" & OutClipName="" then do
  11.  'Askb'"This only works;from process clip."
  12.  exit
  13.  end
  14.  
  15.  do Field = 1 to 4
  16.         'Apfc'
  17.  end
  18.         'Iclp'
  19. exit
  20.